home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / SPREAD.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1994-07-16  |  856 b   |  21 lines

  1. //  JULY 16,1994      SPREADSHEET LOOKALIKE
  2. //
  3. //  These classes provide a dialog box with a vertical and horizontal
  4. //  scroller to display a two-dimentional array of "double" values.  This
  5. //  was adapted from Craig Porter's (CIS 70262,1047) ListViewBox Class
  6. //  (LISTVI.ZIP).  Like Craig, I provide this source freely (and without
  7. //  any warrenty).  I am very new to C++, TV, and OOP in general so
  8. //  forgive me if I put this together poorly.
  9. //
  10. //  FEATURES:
  11. //  1- Vertical and horizontal scroll bars.
  12. //  2- Variable column widths.
  13. //  3- Multi-line, horizontally scrollable, heading text.
  14. //  4- Re-sizeable.
  15. //  5- Simple user interface, double click for empty line,hit return to
  16. //      edit existing data, empty line will hide entry.
  17. //  6- Easily modified for other types of data
  18. //
  19. //  Curt Thompson CIS - 70701, 2402
  20. //
  21.